SubFlowEnd Constructors
An object defining constructors for the SubFlowEnd class.
SubFlowEnd(name, workflowData, workflowCodeInstance)
Constructor for the SubFlowEnd class. Initializes a new instance of the SubFlowEnd class.
Parameters:
name (required): string
The name of the flow object.
workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.
workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.
SubFlowEnd(name, workflowData, workflowCodeInstance)
Constructor for the SubFlowEnd class. Initializes a new instance of SubFlowEnd with the specified name, workflow data, and optional workflow code instance.
Parameters:
name (required): string
The name of the sub-flow end step.
workflowData (required): IRuntimeWorkflowData
The runtime data of the workflow.
workflowCodeInstance (optional): IWorkflowCode
An optional workflow code instance to associate with the sub-flow end step.